ServiceUpdateItem Method (IListItemChange, SendMeetingOption, FolderId) |
Updates the properties of the existing items.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<ItemInfoResponse> UpdateItem(
IList<ItemChange> itemChanges,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId
)
Public Function UpdateItem (
itemChanges As IList(Of ItemChange),
sendMeetingOption As SendMeetingOption,
sentItemsFolderId As FolderId
) As IList(Of ItemInfoResponse)
Parameters
- itemChanges
- Type: System.Collections.GenericIListItemChange
The item changes. - sendMeetingOption
- Type: Independentsoft.ExchangeSendMeetingOption
Indicates whether and how invitations and/or cancellations should be sent for appointments. - sentItemsFolderId
- Type: Independentsoft.ExchangeFolderId
The folder in which to save sent messages, meeting invitations, or cancellations.
Return Value
Type:
IListItemInfoResponseA collection of update results for each of the specified items.
See Also